home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
viewers
/
polyview
/
polyvw20.lha
/
PolyView2.0
/
Examples
/
cloud
< prev
next >
Wrap
Text File
|
1991-07-26
|
541b
|
27 lines
;;;
;;; Cloud Isosurface Initialization File
;;;
;;; Purpose
;;; Opens a window and loads the cloudlg.hdf Vset for viewing in it.
; Open the window and load the isosurface into it
window open polyview "Cloud Isosurface"
draw outlined
data z "cloud triangle px values"
data y "cloud triangle py values"
data x "cloud triangle pz values"
data connect "triangle connectivity"
data color "vertex temperatures"
data file cloudlg.hdf
data frame /*
data load
props grid xy
props axes large
drag vertices
window open palette
palette use b_to_w